home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SCREEN / WPAPER / !Run next >
Text File  |  1993-09-09  |  913b  |  33 lines

  1. |1) Delete the following line
  2. Error The !Run file must be edited before this application is used.
  3.  
  4. If "<Backdrop$Current>" <> "" Then Error WallPaper already running
  5.  
  6. |2) Uncomment one of the following
  7. |
  8. |SetMacro Alias$BDrop Backdrop -C Backdrop:<Backdrop$Current>
  9. |SetMacro Alias$BDrop Backdrop -S Backdrop:<Backdrop$Current>
  10. |SetMacro Alias$BDrop Backdrop -T Backdrop:<Backdrop$Current>
  11.  
  12. |3) Alter the following line to point to the directory where your backdrops
  13. |are kept. Note that this is a path - it must end with a ':' or a '.'
  14. |
  15. If "<BackDrop$Path>" = "" Then Set BackDrop$Path ADFS::apo.$.!Boot.!Backdrops.Backdrop79.
  16.  
  17. Run <Obey$Dir>.WallPaper
  18.  
  19. |The interval must be set *after* the code variable is installed
  20.  
  21. |So we have one displayed immediately
  22. |
  23. Set BackDrop$Interval 0
  24.  
  25. |4) Edit the value below to a number of your choice
  26. |Followed by an update every sixty seconds
  27. |
  28. Set BackDrop$Interval 60
  29.  
  30.  
  31.  
  32.  
  33.